home *** CD-ROM | disk | FTP | other *** search
- /**
- ** Prototypes for gbsets.library
- **
- ** Created: 03. Aug 1992 us
- ** Changed: 03. Aug 1992
- **
- **/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- EB_GadBoxPtr EGB_CreateSetGadget(EB_GadContext con,
- EB_StrArrayPtr names, WORD height, LONG id);
- void EGB_ModifySetGadget(EI_WindowPtr win, EI_GadgetPtr gad, LONG data);
-